home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #1 / Amiga Plus CD - 1996 - No. 1.iso / pd / grafik / xfig_v1.7 / examples / readme < prev    next >
Encoding:
Text File  |  1995-08-22  |  533 b   |  25 lines

  1. They figure files have been compressed to save space.  To uncompress them use
  2. the command "uncompress *" or "uncompress filename" for individual files.
  3.  
  4. The have also been uuencoded so that they may be mailed to comp.sources.x
  5. without any problem with the ^A (control A) in the text objects.
  6.  
  7. To decode them (if you don't have the .fig files), either run the csh script
  8. DECODE or do the following:
  9.  
  10. for csh:
  11.  
  12. foreach file (*.uu)
  13.    uudecode $file
  14. end
  15.  
  16. or for ksh:
  17.  
  18. for file in *.uu
  19. do
  20.     uudecode $file
  21. done
  22.  
  23.  
  24. Then uncompress them.
  25.